home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
dev_libs
/
feelin040718
/
sources
/
_template
/
private.h
next >
Wrap
C/C++ Source or Header
|
2004-08-03
|
2KB
|
41 lines
/*
FC_<classname> Header
*/
/***************************************************************************/
/*** Includes **************************************************************/
/***************************************************************************/
#include <libraries/feelin.h>
#include <proto/utility.h>
#include <proto/feelin.h>
/***************************************************************************/
/*** Shared Variables ******************************************************/
/***************************************************************************/
extern struct FeelinBase *FeelinBase;
#define SysBase FeelinBase -> SYS
#define DOSBase FeelinBase -> DOS
#define LayersBase FeelinBase -> Layers
#define GfxBase FeelinBase -> Graphics
#define IntuitionBase FeelinBase -> Intuition
#define UtilityBase FeelinBase -> Utility
/***************************************************************************/
/*** Structures ************************************************************/
/***************************************************************************/
struct LocalObjectData
{
};
/***************************************************************************/
/*** Dynamics **************************************************************/
/***************************************************************************/
/***************************************************************************/
/*** Preferences ***********************************************************/
/***************************************************************************/